Q3OrthographicCamera_SetTop
You can use theQ3OrthographicCamera_SetTop
function to set the top side of an orthographic camera.
TQ3Status Q3OrthographicCamera_SetTop ( TQ3CameraObject camera, float top);
camera
- An orthographic camera object.
top
- The desired top side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_SetTop
function sets the top side of the orthographic camera specified by thecamera
parameter to the value specified by thetop
parameter.